r.next(n)
|
Iterator
Move the iterator forward n times. If n is negative
the iterator is moved backwards n times.
|
r.prev(n)
|
Iterator
Move the iterator backward n times. If n is negative
the iterator is moved forwards n times.
|
r.get(n)
|
Object
Deference the iterator n position forward
(backward is n is negative).
|
r.put(v, n)
|
Object
Deference the iterator n position forward
(backward is n is negative).
|
r.less(s)
|
boolean
a total ordering relation.
| | | | | |